home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
smooth
/
form1.frm
< prev
next >
Wrap
Text File
|
1997-12-17
|
779b
|
37 lines
VERSION 2.00
Begin Form Form1
Caption = "Form1"
ClientHeight = 3270
ClientLeft = 480
ClientTop = 435
ClientWidth = 5700
Height = 3675
Left = 420
LinkTopic = "Form1"
ScaleHeight = 3270
ScaleWidth = 5700
Top = 90
Width = 5820
Begin PictureBox faded
Height = 975
Left = 0
ScaleHeight = 945
ScaleWidth = 945
TabIndex = 0
Top = 0
Width = 975
End
End
Sub faded_Paint ()
FillPicture Me
End Sub
Sub Form_Load ()
TheFormLoad Me
End Sub
Sub Form_Resize ()
resizetheform Me
End Sub